C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectNamedList<TItem> Class
The type of elements in the collection.
Members

ReportObjectNamedList<TItem> Class
Represents the list of strong named report objects.
Object Model
ReportObjectNamedList<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportObjectNamedList(Of TItem As StrongNamedReportObject) 
   Inherits ReportObjectList(Of TItem)
 
Type Parameters
TItem
The type of elements in the collection.
Inheritance Hierarchy

System.Object
   C1.WPF.Report.ReportObjectCollection<TItem>
      C1.WPF.Report.ReportObjectList<TItem>
         C1.WPF.Report.ReportObjectNamedList<TItem>
            C1.WPF.Report.DataSourceCollection

See Also